Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_custom_field_selection deleted
[DEPRECATED] Use form field endpoints instead. Delete a specific incident custom field selection by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "1f0e1074-2376-4111-aa50-2f4e073b5644",
"value": "In et exercitationem aut.",
"selected_option_ids": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_custom_field_selection deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "1f0e1074-2376-4111-aa50-2f4e073b5644",
"value": "In et exercitationem aut.",
"selected_option_ids": []
}
}
}